home *** CD-ROM | disk | FTP | other *** search
- REM -------------------
- REM Set MSVC_DIR to your MSVC++ directory
- REM Set FASLAB_TOP to your faslab directory
- REM Set CONFIG to your "Win32 Debug" or "Win32 Rel"
- REM -------------------
-
- set MSVC_TOP=\MSVC20
- set FASLAB_TOP=\faslab
- set CONFIG="Win32 Release"
-
- set INCLUDE=%MSVC_TOP%\include;%MSVC_TOP%\MFC\include
- set LIB=%MSVC_TOP%\lib
- set PATH=%MSVC_TOP%\bin;%path%
-
- REM
- REM Zero build the build tools.
- REM
- REM !!! Currently you must build ixx from the VC++ GUI.
- REM
- REM cd %FASLAB_TOP%\build\Win32\ixx
- REM nmake /f "ixx.mak" CFG=%CONFIG%
-
- REM
- REM First build the libraries.
- REM
-
- cd %FASLAB_TOP%\build\Win32\fresco
- nmake /f "fresco.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\fdisplay
- nmake /f "fdisplay.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\figures
- nmake /f "figures.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\figures_impl
- nmake /f "figures_impl.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\layouts
- nmake /f "layouts.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\layouts_impl
- nmake /f "layouts_impl.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\widgets
- nmake /f "widgets.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\widgets_impl
- nmake /f "widgets_impl.mak" CFG=%CONFIG%
-
- REM
- REM Second build the examples.
- REM
-
- cd %FASLAB_TOP%\build\Win32\bridge
- nmake /f "bridge.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\button
- nmake /f "button.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\event
- nmake /f "event.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\figgy
- nmake /f "figgy.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\grays
- nmake /f "grays.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\hello
- nmake /f "hello.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\rgb
- nmake /f "rgb.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\simpleview
- nmake /f "simpleview.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\transform
- nmake /f "transform.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32\value
- nmake /f "value.mak" CFG=%CONFIG%
-
- REM
- REM Third build the applications.
- REM
-
- cd %FASLAB_TOP%\build\Win32\fdraw
- nmake /f "fdraw.mak" CFG=%CONFIG%
-
- REM
- REM You can only build dish if you have a Windows version of tcl.
- REM
- cd %FASLAB_TOP%\tcl_nt
- nmake -f makefile CPU=i386
- cd %FASLAB_TOP%\build\Win32\dish
- nmake /f "dish.mak" CFG=%CONFIG%
-
- cd %FASLAB_TOP%\build\Win32
-